How-To 6-1 Support custom HTML directivesPerl:
C:
- handler.pl (non-executable version)
How-To 6-2 Insert data that uses the current formatting into an existing HTML filePerl:
C:
- dirin.pl (non-executable version)
- handler.pl (non-executable version)
- dirin_pl.htm
- insert.htm
How-To 6-3 Insert an HTML link into an existing HTML filePerl:
C:
- dirln.pl (non-executable version)
- handler.pl (non-executable version)
- dirln_pl.htm
How-To 6-4 Insert a selection list into an existing HTML filePerl:
C:
- dirsl.pl (non-executable version)
- handler.pl (non-executable version)
- dirsl_pl.htm
- select.htm
How-To 6-5 Insert a list of submit buttons into an existing HTML filePerl:
C:
- dirsubmi.pl (non-executable version)
- handler.pl (non-executable version)
- dirsub_p.htm
How-To 6-6 Send HTTP directly to the clientPerl:
C:
- envvar.pl (non-executable version)
- nph-var.pl (non-executable version)
- http_pl.htm
How-To 6-7 Execute another CGI script with the same inputPerl:
C:
- fork.pl (non-executable version)
- envvar.pl (non-executable version)
- formdata.pl non-executable version)
- fortune.sh (non-executable version)
- fork_pl.htm
- fork.c
- envvar.c
- formdata.c
- fortune.sh (non-executable version)
- fork_c.htm
How-To 6-8 Execute another CGI script with new inputPerl:
C:
- newdata.pl (non-executable version)
- envvar.pl (non-executable version)
- formdata.pl non-executable version)
- newd_pl.htm